home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / editor / wined10c.zip / WINEDIT.TXT < prev   
Text File  |  1991-01-29  |  38KB  |  967 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                                                                WinEdit 1.0C
  10.                                                               User's Manual
  11.  
  12.  
  13.  
  14.                                                                   28-Jan-91
  15.  
  16.  
  17.  
  18.  
  19.                                      Copyright (c) 1990,1991 Steve Schauer.
  20.                                                        All rights reserved.
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.                                 For IBM, PC/XT, PC/AT, PS/2 and compatibles
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.                                                           Wilson WindowWare
  43.                                             2701 California Ave SW  ste 212
  44.                                                           Seattle, WA 98116
  45.  
  46.  
  47.                                                       Orders:(800) 762-8383
  48.                                                    Support:  (206) 937-9335
  49.                                                       Fax:   (206) 935-7129
  50.  
  51.           WinEdit 1.0C User's Manual                                Page ii
  52.  
  53.  
  54.  
  55.  
  56.  
  57.           No part of this manual may be reproduced or transmitted in any
  58.           form or by any means, electronic or mechanical, including
  59.           photocopying and recording, for any purpose without the express
  60.           written permission of Wilson WindowWare.  Information in this
  61.           document is subject to change without notice and does not
  62.           represent a commitment by Wilson WindowWare.
  63.  
  64.  
  65.           The software described herein is furnished under a license
  66.           agreement.  It is against the law to copy this software under any
  67.           circumstances except as provided by the license agreement.
  68.  
  69.  
  70.  
  71.           U.S. Government Restricted Rights
  72.  
  73.           Use, duplication, or disclosure by the Government is subject to
  74.           restrictions as set forth in subdivision (b)(3)(ii) of the Rights
  75.           in Technical Data and Computer Software clause at 252.227-7013.
  76.           Contractor/manufacturer is Wilson WindowWare/2701 California Ave SW
  77.           /suite 212/Seattle, WA 98116
  78.  
  79.  
  80.  
  81.           Trademarks
  82.  
  83.           IBM, PC/XT, PC/AT, and PS/2 are registered trademarks of
  84.           International Business Machines Corporation.
  85.           Microsoft and MS-DOS are registered trademarks of Microsoft
  86.           Corporation.
  87.           Windows is a trademark of Microsoft Corporation.
  88.           PageMaker is a trademark of Aldus Corporation.
  89.           Ventura Publisher is a trademark of Xerox Corporation.
  90.           WinEdit is a trademark of Steve Schauer
  91.           Command Post is a trademark of Wilson WindowWare.
  92.  
  93.  
  94.  
  95.           Acknowledgements
  96.  
  97.           Winedit was designed & written by Steve Schauer.
  98.           Additional programming by Morrie Wilson and Bob Foster.
  99.           The regular expression routines are based on code written by
  100.           Allen I. Holub, as published in the C Gazette.
  101.  
  102.           Our thanks to the many beta-testers for their invaluable
  103.           comments & suggestions.
  104.  
  105.           WinEdit 1.0C User's Manual                               Page iii
  106.  
  107.  
  108.  
  109.  
  110.                                         CONTENTS
  111.  
  112.  
  113.           INTRODUCTION
  114.              Introduction                       1
  115.              Features                           1
  116.  
  117.           GETTING STARTED
  118.              Installing WinEdit                 2
  119.              Entering License Information       2
  120.              Basic Operations                   2
  121.              WinEdit Keys                       2
  122.  
  123.           COMMANDS
  124.              File Menu Commands                 4
  125.              Edit Menu Commands                 5
  126.              Search Menu Commands               6
  127.              Run Menu Commands                  7
  128.              Window Menu Commands               7
  129.  
  130.           PROCEDURES
  131.              Changing Printers                  8
  132.              Compiling                          8
  133.              Copying, Cutting, and Pasting      8
  134.              Creating New Documents             8
  135.              Deleting Text                      9
  136.              Extended Help                      9
  137.              Printing Documents                 9
  138.              Printing Headers and Footers       9
  139.              Reloading the last document       10
  140.              Saving Documents                  10
  141.              Setting Display Options           10
  142.              Setting Margins                   11
  143.              Undo                              11
  144.              Using Regular Expressions         11
  145.              Word Wrap                         12
  146.  
  147.           SOFTWARE LICENSE
  148.              Software License                  13
  149.              Limited Warranty                  14
  150.              Order Form                        15
  151.  
  152.  
  153.  
  154.  
  155.  
  156.           WinEdit 1.0C User's Manual                                 Page 1
  157.  
  158.  
  159.  
  160.           Introduction
  161.  
  162.           WinEdit is a new text editor designed to take full advantage
  163.           of the Windows 3.0 graphical environment. WinEdit is first and
  164.           foremost a programmer's editor, with features designed for
  165.           creating and maintaining program source code.  With its ASCII
  166.           file format, ability to edit files of almost unlimited size,
  167.           and word processing features such as word wrap, headers, and
  168.           footers, WinEdit also serves as an effective "front end" for
  169.           desktop publishers and word processors including PageMaker,
  170.           Word For Windows, and Ventura Publisher.
  171.  
  172.  
  173.           Features
  174.  
  175.           *  Use all available Windows memory to load up to 16MB of text
  176.              files.
  177.  
  178.           *  Multiple Document Interface allows an unlimited number of
  179.              document windows.
  180.  
  181.           *  Run your favorite compiler or other programming tool from
  182.              within WinEdit.  WinEdit will monitor the compiler's output
  183.              and allow you to review any warning or error messages.
  184.  
  185.           *  Regular expressions can be used in search and replace
  186.              operations for powerful text manipulation capabilities.
  187.  
  188.           *  Full access to the Windows SDK help and C 6.0 language help
  189.              by clicking on any SDK or C language key word.  (Requires
  190.              the Windows help file SDKWIN.HLP provided with the Microsoft
  191.              SDK and Microsoft QuickHelp provided with Microsoft C 6.0.)
  192.  
  193.           *  Print half sized "two-up" pages side by side in landscape
  194.              mode -  ideal for source listings or early drafts of
  195.              desktop publishing  documents.
  196.  
  197.           *  Word wrap, headers, and footers.  WinEdit can optionally
  198.              place the document name, date, and time in the header or
  199.              footer of any printout.
  200.  
  201.           *  Easy to use.  Online help is always available.  All major
  202.              program features are available through the pulldown menus and
  203.              dialog boxes. Most-used features have accelerator keys as
  204.              well for lightning fast operation.
  205.  
  206.           *  Fast.  One of WinEdit's design goals is speed in all critical
  207.              operations.  WinEdit loads large files quickly, updates and
  208.              scrolls the screen instantly, and keeps up with the fastest
  209.              typist.
  210.  
  211.           WinEdit 1.0C User's Manual                                 Page 2
  212.  
  213.  
  214.           GETTING STARTED
  215.  
  216.  
  217.           Installing WinEdit
  218.  
  219.              Winedit requires only one file to run: WINEDIT.EXE.  Copy this
  220.              file to a directory on your path, and you can start.  You
  221.              should also copy the WinHelp file, WINEDIT.HLP, to the same
  222.              directory.
  223.  
  224.              That's it!
  225.              
  226.           Entering License Information
  227.           
  228.              Choose this menu selection from the System Menu to enter your
  229.              license number and ID when you register your copy of WinEdit.  
  230.              Registering brings you wonderful benefits:
  231.  
  232.              - Gets rid of that pesky reminder window that comes up when
  233.                you start the program.
  234.              - Entitles you to one hour free telephone support for 90 days.
  235.              - Gets you the latest version of WinEdit.
  236.              - Gets you a printed User's Manual.
  237.              - Encourages the authors of this program to continue bringing 
  238.                you new and better products instead of breaking down and 
  239.                getting a real job.
  240.  
  241.  
  242.           Basic Operations
  243.  
  244.              WinEdit follows the standard conventions for Windows programs.
  245.              Refer to Chapter 2 of your Microsoft Windows User's Guide for
  246.              instructions on using menus, selecting text, working with
  247.              dialog boxes, working with documents, and using Windows Help.
  248.  
  249.  
  250.           WinEdit Keys
  251.  
  252.              Use the following keys in WinEdit:
  253.  
  254.              Moving the Insertion Point
  255.  
  256.              Key(s)              Function
  257.              --------------------------------------
  258.              Up Arrow            Moves up one line.
  259.              Down Arrow          Moves down one line.
  260.              Right Arrow         Moves right one character.
  261.              Left Arrow          Moves left one character.
  262.              Ctrl+Right Arrow    Moves right one word.
  263.              Ctrl+Left Arrow     Moves left one word.
  264.              Home                Moves to the beginning of the line.
  265.              End                 Moves to the end of the line.
  266.              PgUp                Moves up one window.
  267.              PgDn                Moves down one window.
  268.              Ctrl+Home           Moves to the beginning of the document.
  269.              Ctrl+End            Moves to the end of the document.
  270.  
  271.           WinEdit 1.0C User's Manual                                 Page 3
  272.  
  273.  
  274.              Selecting Text
  275.  
  276.              Key(s)              Function
  277.              --------------------------------------
  278.              Shift+Left or       Selects text one character at a time
  279.                Right Arrow       to the left or right. Or, if the
  280.                                  character is already selected, cancels
  281.                                  the selection.
  282.  
  283.              Shift+Down or       Selects one line of text up or down.
  284.                Up Arrow          Or, if the line is already selected,
  285.                                  cancels the selection.
  286.  
  287.              Shift+Home          Selects text to the beginning of the line.
  288.  
  289.              Shift+End           Selects text to the end of the line.
  290.  
  291.              Ctrl+Shift+         Selects the previous word.
  292.                Left Arrow
  293.  
  294.              Ctrl+Shift+         Selects the next word.
  295.                Right Arrow
  296.  
  297.  
  298.              Help Keys
  299.  
  300.              Key(s)              Function
  301.              --------------------------------------
  302.              F1                  WinEdit Help Index
  303.  
  304.              Shift+F1            Extended Help
  305.  
  306.  
  307.  
  308.           WinEdit 1.0C User's Manual                                 Page 4
  309.  
  310.  
  311.           COMMANDS
  312.  
  313.  
  314.           File Menu Commands
  315.  
  316.              New
  317.              ---
  318.              Opens a new window with a new, untitled document
  319.  
  320.              Open
  321.              ----
  322.              Opens a new window with an existing document.
  323.              WinEdit can read an ASCII text file as large as
  324.              available Windows memory.
  325.  
  326.              Save
  327.              ----
  328.              Saves the current document.  The window remains open.
  329.              If the document is UNTITLED, WinEdit prompts you for
  330.              a document name.
  331.  
  332.              Save As
  333.              -------
  334.              Saves a document after prompting you for a new name.
  335.  
  336.              Print
  337.              -----
  338.              Prints the current document using the print settings
  339.              entered in the Page Setup dialog box.
  340.  
  341.              Page Setup
  342.              ----------
  343.              Allows you to set the margins, headers, footers,
  344.              printer font, and page layout.
  345.  
  346.              Printer Setup
  347.              -------------
  348.              Sets printer options for WinEdit before printing.
  349.  
  350.              Display Options
  351.              ---------------
  352.              Allows you to choose the screen font WinEdit uses, and
  353.              the tab size.
  354.  
  355.              Exit
  356.              ----
  357.              Closes all open windows and exits WinEdit.  If there are
  358.              any unsaved files, WinEdit prompts you before exiting.
  359.  
  360.           WinEdit 1.0C User's Manual                                 Page 5
  361.  
  362.  
  363.           Edit Menu Commands
  364.  
  365.              Undo
  366.              ----
  367.              Restores the line the insertion point is on to the same
  368.              state it was in when the insertion point first moved
  369.              into it.
  370.  
  371.              Cut
  372.              ---
  373.              Removes the current selection from the document and
  374.              places it on the clipboard.
  375.  
  376.              Copy
  377.              ----
  378.              Places a copy of the current selection on the clipboard
  379.              without removing it from the document.
  380.  
  381.              Paste
  382.              -----
  383.              Pastes the text in the clipboard into the document at the
  384.              insertion point.
  385.  
  386.              Delete
  387.              ------
  388.              Removes the current selection from the document without
  389.              changing the contents of the clipboard.  If there is no
  390.              selection, removes the character to the right of the
  391.              insertion point.
  392.  
  393.              Select All
  394.              ----------
  395.              Selects all the text in the document.
  396.  
  397.              Word Wrap
  398.              ---------
  399.              Toggles the word wrap status.
  400.  
  401.              With word wrap on, WinEdit will wrap the text on screen at
  402.              an arbitrary 70 character width.  During printing, WinEdit
  403.              will wrap the text to fit between the left and right
  404.              margins, based on the printer font and paper width.
  405.  
  406.              WinEdit places carriage returns in the file only at the
  407.              point where the ENTER key has been pressed.  This is the
  408.              preferred ASCII format for most desktop publishing and
  409.              word processing programs.
  410.  
  411.           WinEdit 1.0C User's Manual                                 Page 6
  412.  
  413.  
  414.           Search Menu Commands
  415.  
  416.              Find
  417.              ----
  418.              Searches for text in a document.
  419.  
  420.              You can specify these options:
  421.  
  422.              * Find          Type the text you want to find.
  423.  
  424.              * Match case    Select this box to match the upper and
  425.                              lower case exactly.
  426.  
  427.              * Next          Search forward starting at the insertion
  428.                              point.
  429.  
  430.              * Previous      Search backward starting at the insertion
  431.                              point.
  432.  
  433.              Repeat Last Find
  434.              ----------------
  435.              Repeats the last search using the same options, without
  436.              opening the Find dialog box.
  437.  
  438.              Change
  439.              ------
  440.              Searches for text in a document and replaces the found text
  441.              with text you specify.
  442.  
  443.              You can specify these options:
  444.  
  445.              * Find              Type the text you want to find.
  446.  
  447.              * Replace with      Type the text you want to insert in
  448.                                  place of the found text.
  449.  
  450.              * Match case        Select this box to match the upper and
  451.                                  lower case exactly.
  452.  
  453.              * Search backwards  Search backward starting at the
  454.                                  insertion point.
  455.  
  456.              * Confirm before    When text is found, you will be prompted
  457.                changing          before the change takes place.
  458.  
  459.              * Change All        Start at the beginning of the document,
  460.                                  and search the entire document.  You will
  461.                                  be prompted before each change takes place
  462.                                  if the Confirm before changing box is
  463.                                  selected.
  464.  
  465.              Next Error and Prev Error
  466.              _________________________
  467.  
  468.              If any warning or error messages have been captured from the
  469.              output of one of the Run Menu items, these menu choices allow
  470.              you to review the messages and the corresponding source code.
  471.  
  472.  
  473.           WinEdit 1.0C User's Manual                                 Page 7
  474.  
  475.  
  476.           Run Menu Commands
  477.  
  478.              The commands on this menu allow you to run other programs
  479.              from within WinEdit.  Use the Configure... command to enter
  480.              the necessary command to run the program.
  481.  
  482.              Select the Capture Output box and WinEdit will run the
  483.              program you configure and save its output.  When the program
  484.              finishes, WinEdit will allow you to review any warning or
  485.              error messages that have occurred, along with the corresponding
  486.              source code.
  487.  
  488.              WinEdit constructs a DOS batch file to execute when you choose
  489.              to capture output.  For this reason, to run a Windows
  490.              application from the Run Menu, do not choose to capture
  491.              output.
  492.  
  493.           Window Menu Commands
  494.  
  495.              Tile
  496.              ----
  497.              Arranges all open document windows side by side so that all
  498.              windows are visible.
  499.  
  500.              Cascade
  501.              -------
  502.              Arranges all open document windows in an overlapping pattern
  503.              so that the title bar of each window is visible.
  504.  
  505.              Arrange Icons
  506.              -------------
  507.              Arranges all document icons into rows.
  508.  
  509.              Close All
  510.              ---------
  511.              Closes all open document windows.  If a document has changes
  512.              that need saving, you will be prompted to save the document
  513.              before closing.
  514.  
  515.              Document Name
  516.              -------------
  517.              Each open window is listed on the menu by name.  Choose the
  518.              name and that window will become the active document window.
  519.  
  520.  
  521.           WinEdit 1.0C User's Manual                                 Page 8
  522.  
  523.  
  524.           PROCEDURES
  525.  
  526.  
  527.           Changing Printers and Printer Options
  528.  
  529.              Select Printer Setup from the File menu to change printer
  530.              settings.
  531.  
  532.              WinEdit will make the requested changes to your printer
  533.              settings for this editing session only.  The default Windows
  534.              settings will not be changed. To permanently change a printer
  535.              setting, use Control Panel.
  536.  
  537.              Select Page Setup from the File menu to change the printer
  538.              settings for margins, header, footer, printer font, and page
  539.              layout.  WinEdit will remember these settings from session to
  540.              session.
  541.  
  542.  
  543.           Compiling (Running other programs)
  544.  
  545.              The first four commands on the Run menu are user-configurable
  546.              commands to execute another program.  You may configure these
  547.              commands to execute any .EXE  or .BAT program by typing the
  548.              command text in the appropriate Configure... edit box.
  549.  
  550.              If the program supports DOS redirection (as most compilers
  551.              and linkers do) you can select the Capture Output box to have
  552.              WinEdit capture the program's output in a file.  When the
  553.              program finishes, WinEdit will allow you to review any warning
  554.              or error messages that have occurred, along with the
  555.              corresponding source code.
  556.  
  557.              WinEdit constructs a DOS batch file to execute when you choose
  558.              to capture output.  For this reason, to run a Windows
  559.              application from the Run Menu, do not choose to capture
  560.              output.
  561.  
  562.           Copying, Cutting, and Pasting Text
  563.  
  564.              To copy and paste, or cut and paste text:
  565.  
  566.              1. Select the text.
  567.  
  568.              2. Choose Copy from the Edit menu to copy the selected text
  569.                 to the clipboard.  Or choose Cut from the Edit menu to cut
  570.                 the text to the clipboard.
  571.  
  572.              3. Move the insertion point where you want the text to appear.
  573.                 Or select text you want the pasted text to replace.
  574.  
  575.              4. Choose Paste from the Edit menu.
  576.  
  577.  
  578.           Creating New Documents
  579.  
  580.              Choose New from the File menu to open a new, untitled document
  581.              window.
  582.  
  583.           WinEdit 1.0C User's Manual                                 Page 9
  584.  
  585.  
  586.           Deleting Text
  587.  
  588.              To delete text without sending it to the clipboard:
  589.  
  590.              1. Select the text.
  591.  
  592.              2. Choose Delete from the Edit menu or press the Delete key.
  593.  
  594.              If there is no selection, Delete deletes the character to the
  595.              right of the insertion point.
  596.  
  597.  
  598.           Extended Help
  599.  
  600.              Press Shift+F1 or click the Right Mouse Button on any Windows
  601.              SDK function, message, or data structure name and WinEdit will
  602.              access the SDKWIN.HLP topic for that item.
  603.  
  604.              If the word is not a valid Windows SDK topic, WinEdit will
  605.              pass the word to QH.EXE (Microsoft's QuickHelp program,
  606.              supplied with most Microsoft language products).  This will
  607.              allow you online access to any language or library keyword
  608.              covered in the QuickHelp database.
  609.  
  610.              For SDK Help, the WinHelp file SDKWIN.HLP must be in either
  611.              the current directory, the Windows directory, or a directory
  612.              listed in your PATH statement.
  613.  
  614.              For QuickHelp, QH.EXE must be in either the current directory,
  615.              the Windows directory, or a directory listed in your PATH
  616.              statement. In addition, you must have an environment variable
  617.              "HELPFILES=" defined which tells QH.EXE where to look to find
  618.              the appropriate QuickHelp database files.
  619.  
  620.  
  621.           Printing Documents
  622.  
  623.              Choose Print from the File menu to send the current document
  624.              to the printer.
  625.  
  626.  
  627.           Printing Headers and Footers
  628.  
  629.              Choose Page Setup from the File menu to configure header and
  630.              footer text.  Type the text you wish to appear at the top and
  631.              bottom of each page.
  632.  
  633.              You can use the following special characters in headers and
  634.              footers:
  635.  
  636.              * %f      The document name will appear.
  637.  
  638.              * %d      The date and time of the printout will appear.
  639.  
  640.              * %p      The page number will appear.
  641.  
  642.           WinEdit 1.0C User's Manual                                Page 10
  643.  
  644.  
  645.           Reloading The Last File You Edited
  646.  
  647.              WinEdit automatically reloads the file you were last working
  648.              with by saving the name of the active file when you quit.
  649.  
  650.              You can also specify a file named "LASTFILE.ED" as the command
  651.              line argument and WinEdit will ignore the command line and
  652.              will still reload the last file you were working on.
  653.  
  654.              The reason you may want to specify "LASTFILE.ED" is because of
  655.              an "anomaly" in the Program Manager.  It is not possible to
  656.              specify a startup directory for Program Items in Program
  657.              Manager.  And if you are using WinEdit on a particular project
  658.              whose files are in one directory, you would have to use the
  659.              File Open... dialog box every time you start to switch to that
  660.              directory.
  661.  
  662.              Here's how you can get around this with WinEdit:
  663.  
  664.              1. Create a file named "LASTFILE.ED" in the directory you wish
  665.                 to be the startup directory.  Or copy the file by that name
  666.                 included with WinEdit to that directory.
  667.  
  668.              2. Associate ".Ed" files with WinEdit by selecting that file
  669.                 in File Manager and choosing "Associate..." from File
  670.                 Manager's File menu.
  671.  
  672.              3. Create a Program Item with the complete pathname to that
  673.                 file. For example, if your project is in "D:\NEWPROG",
  674.                 create a Program Item for "D:\NEWPROG\LASTFILE.ED".
  675.  
  676.              Program Manager will use the "DOS" icon by default, but you
  677.              can override this by using "WINEDIT.EXE" as the program name
  678.              in the "CHANGE ICON" dialog box.  You'll get the WinEdit icon
  679.              in your Program Group, "D:\NEWPROG" will be your current
  680.              directory, and WinEdit will start up with the same file you
  681.              were editing when you last used WinEdit.
  682.  
  683.              Of course, an easier way to accomplish the directory change
  684.              might be to use Wilson WindowWare's Command Post instead of
  685.              Program Manager.
  686.  
  687.  
  688.           Saving Documents
  689.  
  690.              Choose Save from the File menu to save a document.  Choose
  691.              Save As to save the document with a new name, or to save an
  692.              untitled document.
  693.  
  694.  
  695.           Setting Display Options
  696.  
  697.              Choose Display Options from the File menu to choose a screen
  698.              font and default tab size.
  699.  
  700.           WinEdit 1.0C User's Manual                                Page 11
  701.  
  702.  
  703.           Setting Margins
  704.  
  705.              Choose Page Setup from the File menu to change the margins
  706.              used for printouts.  You can enter the measurements for top,
  707.              bottom, left, and right margins.
  708.  
  709.              The margin settings are in inches or centimeters,
  710.              corresponding to the English or Metric Measurement setting
  711.              in Control Panel.
  712.  
  713.  
  714.           Undo
  715.  
  716.              Choose Undo from the Edit menu to restore the current line
  717.              to the state it was when the insertion point was first moved
  718.              in to it.
  719.  
  720.  
  721.           Using Regular Expressions
  722.  
  723.              A regular expression is a search or replace string that uses
  724.              special characters to match text patterns.  WinEdit supports
  725.              UNIX style regular expressions.
  726.  
  727.              When WinEdit conducts a search using regular expressions, it
  728.              must check character by character in your text.  For this
  729.              reason, searches using regular expressions are slower than
  730.              regular searches.
  731.  
  732.              The following table describes the regular expression
  733.              characters recognized by WinEdit.
  734.  
  735.              Expression                    Description
  736.              --------------------------------------------------------------
  737.               \         Escape. WinEdit will ignore any special meaning of
  738.                         the character that follows the Escape expression.
  739.                         Use the Escape if you need to search for a literal
  740.                         character that matches a regular expression.
  741.  
  742.               .         Wild Card. Matches any character.  For example, the
  743.                         expression 'X.X' will match 'XaX', 'XbX, and
  744.                         'XcX', but not 'XaaX'.
  745.  
  746.               ^         Beginning Of Line. The expression matches only if
  747.                         it occurs at the beginning of a line. For example,
  748.                         '^for' matches the text 'for' only when it occurs
  749.                         at the beginning of a line.
  750.  
  751.               $         End Of Line. The expression matches only if it
  752.                         occurs at the end of a line.  For example,
  753.                         '(void)$' matches the text '(void)' only when it
  754.                         occurs at the end of a line.
  755.  
  756.           WinEdit 1.0C User's Manual                                Page 12
  757.               []        Character Class. The expression matches any
  758.                         character in the class specified within the
  759.                         brackets.  Use a dash (-) to specify a range of
  760.                         character values. For example, '[a-zA-Z0-9]'
  761.                         matches any letter or number, and '[xyz]' matches
  762.                         'x', 'y', or 'z'.
  763.  
  764.              [^]        Inverse Class. The expression matches any character
  765.                         not specified in the class. For example, '[^a-zA-Z]'
  766.                         matches any character that is not a letter.
  767.  
  768.               *         Repeat Operator. Matches zero or more occurences of
  769.                         the character that precedes the '*'.  For example,
  770.                         'XY*X' matches 'XX', 'XYX', and 'XYYX.
  771.  
  772.               +         Repeat Operator. Matches one or more occurences of
  773.                         the character that precedes the '+'.  For example,
  774.                         'XY+X' matches 'XYX' and 'XYYX, but not 'XX'.
  775.  
  776.  
  777.           Word Wrap
  778.  
  779.              Choose Word Wrap from the Edit menu to toggle the word wrap
  780.              status.
  781.  
  782.              With word wrap on, WinEdit will wrap the text on screen at an
  783.              arbitrary 70 character width.  During printing, WinEdit will
  784.              wrap the text to fit between the left and right margins, based
  785.              on the printer font and paper width.
  786.  
  787.              WinEdit places carriage returns in the file only at the point
  788.              where the ENTER key has been pressed.  This is the preferred
  789.              ASCII format for most desktop publishing and word processing
  790.              programs.
  791.  
  792.  
  793.           WinEdit 1.0C User's Manual                                Page 13
  794.  
  795.           SOFTWARE LICENSE
  796.  
  797.           WinEdit is not and has never been public domain software, nor is
  798.           it free software.
  799.  
  800.           Non-licensed users are granted a limited license to use WinEdit
  801.           on a 21-day trial basis for the purpose of determining whether
  802.           WinEdit is suitable for their needs.  The use of WinEdit, except
  803.           for the initial 21-day trial, requires registration.  The use of
  804.           unlicensed copies of WinEdit by any person, business,
  805.           corporation, government agency or any other entity is strictly
  806.           prohibited.
  807.  
  808.           A single user license permits a user to use WinEdit only on a
  809.           single computer.  Licensed users may use the program on
  810.           different computers, but may not use the program on more than
  811.           one computer at the same time.
  812.  
  813.           No one may modify or patch the WinEdit executable files in any
  814.           way, including but not limited to decompiling, disassembling,
  815.           or otherwise reverse engineering the program.
  816.  
  817.           A limited license is granted to copy and distribute WinEdit
  818.           only for the trial use of others, subject to the above
  819.           limitations, and also the following:
  820.  
  821.           1) WinEdit must be copied in unmodified form, complete with
  822.              the file containing this license information.
  823.  
  824.           2) The full machine-readable WinEdit documentation must be
  825.              included with each copy.
  826.  
  827.           3) WinEdit may not be distributed in conjunction with any
  828.              other product without a specific license to do so from
  829.              Wilson WindowWare.
  830.  
  831.           4) No fee, charge, or other compensation may be requested or
  832.              accepted, except as authorized below:
  833.  
  834.              A) Operators of electronic bulletin board systems (sysops)
  835.                 may make WinEdit available for downloading only as long
  836.                 as the above conditions are met.  An overall or time-
  837.                 dependent charge for the use of the bulletin board system
  838.                 is permitted as long as there is not a specific charge
  839.                 for the download of WinEdit.
  840.  
  841.              B) Vendors of user-supported or shareware software approved
  842.                 by the ASP may distribute WinEdit, subject to the above
  843.                 conditions, without specific permission.  Non-approved
  844.                 vendors may distribute WinEdit only after obtaining
  845.                 written permission from Wilson WindowWare. Such
  846.                 permission is usually granted. Please write for details
  847.                 (enclose your catalog).  Vendors may charge a disk
  848.                 duplication and handling fee, which, when pro-rated to
  849.                 the WinEdit product, may not exceed eight dollars.
  850.  
  851.           WinEdit 1.0C User's Manual                                Page 14
  852.  
  853.  
  854.           LIMITED WARRANTY
  855.  
  856.           Wilson WindowWare guarantees your satisfaction with this product
  857.           for a period of 90 days from the date of original purchase.  If
  858.           you are unsatisfied with WinEdit within that time period, return
  859.           the package in saleable condition to the place of purchase for a
  860.           full refund.
  861.  
  862.           Wilson WindowWare warrants that all disks provided are free from
  863.           defects in material and workmanship, assuming normal use, for a
  864.           period of 90 days from the date of purchase.
  865.  
  866.           Wilson WindowWare warrants that the program will perform in
  867.           substantial compliance with the documentation supplied with the
  868.           software product.  If a significant defect in the product is
  869.           found, the Purchaser may return the product for a refund.  In
  870.           no event will such a refund exceed the purchase price of the
  871.           product.
  872.  
  873.           EXCEPT AS PROVIDED ABOVE, WILSON WINDOWWARE DISCLAIMS ALL
  874.           WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT
  875.           LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  876.           FOR A PARTICULAR PURPOSE, WITH RESPECT TO THE PRODUCT.  SHOULD
  877.           THE PROGRAM PROVE DEFECTIVE, THE PURCHASER ASSUMES THE RISK OF
  878.           PAYING THE ENTIRE COST OF ALL NECESSARY SERVICING, REPAIR, OR
  879.           CORRECTION AND ANY INCIDENTAL OR CONSEQUENTIAL DAMAGES.  IN NO
  880.           EVENT WILL WILSON WINDOWWARE BE LIABLE FOR ANY DAMAGES
  881.           WHATSOEVER (INCLUDING WITHOUT LIMITATION DAMAGES FOR LOSS OF
  882.           BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS
  883.           INFORMATION AND THE LIKE) ARISING OUT OF THE USE OR THE
  884.           INABILITY TO USE THIS PRODUCT EVEN IF WILSON WINDOWWARE HAS BEEN
  885.           ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
  886.  
  887.           Use of this product for any period of time constitutes your
  888.           acceptance of this agreement and subjects you to its contents.
  889.      
  890.           
  891.           Association of Shareware Professionals Ombudsman Statement
  892.  
  893.             Wilson WindowWare, the producer of WinEdit, is a
  894.             member of the Association of Shareware Professionals
  895.             (ASP).  ASP wants to make sure that the shareware
  896.             principle works for you. If you are unable to resolve a
  897.             shareware-related problem with an ASP member by contacting
  898.             the member directly, ASP may be able to help. The ASP
  899.             Ombudsman can help you resolve a dispute or problem with
  900.             an ASP member, but does not provide technical support for
  901.             members' products. Please write to the ASP Ombudsman at
  902.             P.O. Box 5786, Bellevue, WA 98006 or send a Compuserve
  903.             message via easyplex to ASP Ombudsman 70007,3536
  904.  
  905.           WinEdit 1.0C User's Manual                                Page 15
  906.  
  907.  
  908.  
  909.           WINEDIT ORDER FORM 1.0C
  910.  
  911.  Name:    ____________________________________________________
  912.  
  913.  Company: ____________________________________________________
  914.  
  915.  Address: ____________________________________________________
  916.  
  917.           ____________________________________________________
  918.  
  919.  City:    ________________________  St:______  Zip:___________
  920.  
  921.  Phone: (______)_________________     Country:________________
  922.  
  923.  
  924.          ____ WinEdit (s)             @ $59.95 :  _______.____
  925.  
  926.  Foreign air shipping (except Canada) @  $9.50 :  _______.____
  927.  
  928.                  Total: _______.____
  929.  
  930.  
  931.  Disk Size(circle one)    5.25" acceptable     3.5" required
  932.  
  933.  Please enclose a check payable to Wilson WindowWare; or you
  934.  may use Visa, MasterCharge, or EuroCard.  For credit cards,
  935.  please enter the information below:
  936.  
  937.  Card #:__ __ __ __ - __ __ __ __ - __ __ __ __ - __ __ __ __
  938.  
  939.  Expiration date: ____/____
  940.  
  941.  Signature:  _________________________________________
  942.  
  943.  
  944.  Where did you get your copy of WinEdit?
  945.  
  946.  
  947.  ____________________________________________________________
  948.  
  949.  
  950.  What version of WinEdit have you been evaluating?
  951.  
  952.  
  953.  _____________________________________________________________
  954.  
  955.  
  956.           Send to:  Wilson WindowWare
  957.                     2701 California Ave SW #212 
  958.                     Seattle, WA 98116 
  959.                     USA 
  960.  
  961.           or call:  (800) 762-8383  (orders only)
  962.                     (206) 937-9335
  963.                     (206) 935-7129  (fax) 
  964.  
  965.  
  966.            (Please allow 1 to 2 weeks for delivery) 
  967.